From 96160d2122d68d414fecdeb8418f98476d2c3709 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 30 May 1993 21:52:33 +0000 Subject: [PATCH] * m/mips.h (KERNEL_FILE): Set this to "/unix". * m/mips4.h (MIPS2): Go ahead and define this. (C_DEBUG_SWITCH): Add -DMips and -g3, and up Olimit to 2000. --- src/m/mips.h | 5 +++++ src/m/mips4.h | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/m/mips.h b/src/m/mips.h index 6125fc88abd..6bd2aea64d3 100644 --- a/src/m/mips.h +++ b/src/m/mips.h @@ -85,6 +85,11 @@ NOTE-END */ #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / 256.0) +/* CDC EP/IX 1.4.3 uses /unix */ + +#undef KERNEL_FILE +#define KERNEL_FILE "/unix" + /* Define CANNOT_DUMP on machines where unexec does not work. Then the function dump-emacs will not be defined and temacs will do (load "loadup") automatically unless told otherwise. */ diff --git a/src/m/mips4.h b/src/m/mips4.h index c334905fe2e..dc058c2fca1 100644 --- a/src/m/mips4.h +++ b/src/m/mips4.h @@ -12,15 +12,15 @@ world. NOTE-END */ /* Define MIPS2 if you have an R6000 or R4000. */ -/* #define MIPS2 */ +#define MIPS2 #ifdef __GNUC__ #define C_DEBUG_SWITCH -g -O #else #ifdef MIPS2 -#define C_DEBUG_SWITCH -systype bsd43 -O -Olimit 791 -g3 -mips2 +#define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000 -mips2 #else -#define C_DEBUG_SWITCH -systype bsd43 -O -Olimit 791 -g3 +#define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000 #endif #endif @@ -29,7 +29,7 @@ NOTE-END */ #endif #define START_FILES pre-crt0.o /lib/crt1.o -#define LIB_STANDARD -lmld -lc /lib/crtn.o +#define LIB_STANDARD -lisode -lmld -lc /lib/crtn.o #define COFF -- 2.30.2